Fire up your applications with Jetfire
RSS
Jetfire Wiki


Quick Search
»
Advanced Search »

Search Engine

Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.



Filter by Category






















This search, performed through 1.76 MB (516 documents, 4735 words), completed in 0.1 seconds and yielded 30 results.

Jetfire Admin Panel — 3.0%

Jetfire Admin Panel The Jetfire Admin Panel is used to build Web 2.0 enabled applications for the website. The panel is available in two operational modes: WebMaster Administrator By using Roles, the website administrator can create the two different views of the Jetfire Admin Panel. The 'WebMaster' view is targeted at users who create pages, manage content and menus on a daily basis. The 'Administrator' view is the super-set of all functionality [...]

Jetfire Debug Panel — 1.9%

Jetfire Debug Panel The Jetfire Debug Panel is used to debug Web 2.0 enabled applications for the website. The panel is used by the System Administrator to debug Jetfire issues. Getting Started Before the Jetfire Debug Panel can be used, it progresses through a series of stages: If the user is not logged into CMS, the Jetfire Debug Panel prompts the user to login. The user sees the CMS Login Prompt. The user MUST be logged [...]

Jetfire Libraries — 0.6%

Libraries Jetfire (Workflow) Libraries Libraries are also referred to as the 'Catalog of Web Parts'. Build Web 2.0 websites with Jetfire Web Parts. Jetfire is a workflow domain specific language that makes it simple to build process driven websites. Jetfire Base Library is used by Jetfire Users to display, create, edit and delete Jetfire [...]

Web Service: Workflows — 0.5%

Web Service Web Methods for Workflows (return to Jetfire Web Service ) This page contains a number of web methods that are used to get workflows. Get Collection Get List Get Named Workflows Get Named Workflows for List Items Get Named Workflows in Current State Get Workflow Get Workflow by Subject Get Workflow Structure Get Workflows Get Workflow in Workspace Workflows Workspaces Get Workflows Get Named Workflows This methods [...]

Web Service: Jetfire — 0.5%

Jetfire Web Service The Jetfire Web Service provides an client interface to Jetfire Users. It is used to connect to a Jetfire Nexus which provides access to Jetfire workflows. The Jetfire Web Service is used to access: Jetfire Web Service Login is required to access to the

Securing the Jetfire Web Service — 0.5%

Securing the Jetfire Web Service (return to Jetfire Web Service ) The Jetfire Web Service API is a general purpose web service that provides full access to Jetfire Workflows. An open web service Without security settings, The Web Service transmits data in clear text between the client and the Jetfire [...]

Jetfire Web Parts Overview — 0.5%

Jetfire Web Parts Overview A Web Part is an [...]

Web Part: Jetfire Workflow Summary Display — 0.4%

Jetfire Workflow Summary Display Web Part This document describes a Web Part that displays the selected properties of workflows in table cells. This Web Part displays a summary of workflows for a workflow class. The style and the number to display are easily controlled through the edit properties of the Web Part. Access The Web [...]

Web Part: Jetfire Form Maker — 0.4%

Designing with Form Maker Jetfire Form Maker Web Part The Jetfire Form Maker Web Part can be used to build forms, quizes and surveys. It is a visual designer that is used to auto-generate Jetfire code that is automatically ready to deploy. Access The Web Part is accessed from the Jetfire Forms Web [...]

Web Part: Jetfire Auto-Login — 0.4%

Jetfire Auto-Login Web Part This Web Part is used to automatically log into Jetfire. Auto-Login operates in three different modes (more information is described by Automatic Login Type ): Manual Automatic AutoCookie Access This Web Part is accessed by the Jetfire Admin Panel and the Jetfire Login Web [...]

Web Part: Jetfire Registration Membership Renewal — 0.4%

Figure 1: Membership Renewal Web Part: Jetfire Registration Membership Renewal The Membership Renewal Web Part is a custom Web Part built for the Registration Solution . Access This Web Part is accessed from the Jetfire Registration Web Parts Library . Example usage of the [...]

Web Part: Jetfire Workflow Navigation by date — 0.4%

Workflow Navigation by Date Web Part This document describes a Navigation Web Part that is used to display workflows sorted by date. Access The Web Part is accessed in the Jetfire Navigation Web Parts Library . Web Part [...]

Jetfire Administration: Security Using Roles — 0.4%

Jetfire Administration: Security Using Roles Roles and Workspaces are used to secure data for the Registration solution. Securing Workflows Let's walk through an example of how Workflows are secured. The example secures data for the XYZ Workflow. Workflow Name: 'XYZ' To secure the workflow data, follow these steps: Create a unique Workspace for every Club. The Workspace name is 'XYZ'. Create a unique Role. The Role name is 'XYZ'. Add the 'XYZ' Role to the 'XYZ' Workspace. Create a User, who will be the Workspace Administrator. e.g. this may be 'Sally' or 'Sally@XYZ.com'. [...]

Jetfire Code: Hints for Writing Good Code — 0.4%

Jetfire Code: Hints for Writing Good Code This page contains a number of suggestions that may help in writing good Jetfire code. The suggestions include: Structure Hints Syntax Hints Semantic Hints Structure Hints Keep the size of the code files small. Follow indentation practices to make your code easy to read. Whitespace makes code easier to read. Follow the code template. TrackerRealm marks Jetfire code as GNU GPL. Decide how you copyright your code and add it to the top of the code file. // [...]

Web Part: Jetfire New Workflow — 0.4%

Jetfire New Workflow Web Part In Jetfire, a class is the code that is written for the workflow. (It is actually a ‘workflow class’, but it may also be referred to it as a class.) The New Workflow Web Part allows the web page designer to define what classes are visible in the Web Part. Each class that is visible is displayed as a link. [...]

First Class Constructs — 0.4%

Jetfire First Class Constructs Jetfire at its heart is an OO language based heavily on C# and Java. Jetfire does have a number of first class constructs that traditional object oriented languages (such as C#) do not have. These constructs provide Jetfire with its unique capabilities. They include: Object and Class Persistence : Jetfire objects and classes (code) are persistent . They are automatically serialized and stored in a workspace or namespace [...]

Web Parts Library: Jetfire Base — 0.4%

Jetfire Base Web Parts Library The Jetfire Base Web Parts Library contains the following web parts. Add new Workflow to List is used by the Jetfire User to add a new workflow to a list. Add Workflow to List is used by the Jetfire User to add the workflow to a list. Command with Parameters is used by the Jetfire User to execute a command with parameters. Copy [...]

Application Interface — 0.4%

Overview The application interface has been designed to allow Jetfire objects to be accessed directly within .net code. Jetfire objects can be accessed a)using Jetfire framework classes b)using .net DLR interface or c) a combination of the two techniques. Jetfire programs can also access .net objects . Exceptions can be thrown in Jetfire and caught directly in .net code. Calling Jetfire Directly using .net DLR Jetfire [...]

Jetfire vs CSharp — 0.4%

Jetfire vs CSharp Differences Overview Jetfire's core syntax is identical to C#. Jetfire contains extensions to the .net C# language to simplify programming. To reduce the complexity of the programming model certain aspects of the .net C# language are not required in Jetfire. Jetfire Extensions Jetfire has a number of first class constructs not in C#. Code examples can be found at the Jetfire [...]

Web Part: Jetfire Registration Form — 0.3%

Figure 1: Registration Form Jetfire Registration Form Web Part The Membership Renewal Review Web Part is a custom Web Part built for the Registration Solution. Access This Web Part is accessed from the Jetfire Registration Web Parts Library . Example usage of the Web [...]

Web Parts Library: Jetfire Login — 0.3%

Jetfire Login Web [...]

Web Part: Jetfire New Workflow with parameters — 0.3%

Jetfire New Workflow with Parameters Part There are a number of Web Parts that allow users to create new workflows. This Part is unique in that the user may enter data BEFORE the workflow is created. The entered data then becomes part of the new workflow. Access The Web Part is accessed from the Jetfire Web Parts Library . Web [...]

Web Part: Create Jetfire User — 0.3%

Create Jetfire User Web Part This Web Part is used to create new Jetfire Users. The basic form displayed in the first image is a standard form that is produced by this Web Part. It collects various information for the new Jetfire user. The second image is the same form, albeit decorated differently and displaying a different set of fields [...]

Web Part: Jetfire Workflow Search — 0.3%

Jetfire Workflow Search Web Part The Jetfire Workflow Search Web Part is used to search for strings in Jetfire workflows. Access This Web Part is accessed by the Jetfire [...]

Web Part: Jetfire Workflow Bulk Import — 0.3%

Bulk Import Web Part Jetfire Workflow Bulk Import Web Part This Web Part is used by the Jetfire Administrator to import workflows from an Excel spreadsheet. Note: the file is of type: xml, which can be opened by Microsoft Excel. Access This Web Part is accessed by the Jetfire [...]

Web Part: Add Jetfire Features — 0.3%

Add Jetfire Features Web Part This Web Part is used to add Jetfire Features to a subscription. Access This Web Part is accessed by the Jetfire Admin Panel . Procedure To add a Jetfire Feature to a new folder, Enter the name of the folder that the Jetfire Features should be [...]

Web Part: Web Service Configuration — 0.3%

Web Service Configuration Web Part Refer to the CMS Website Configuration File Web

Web Part: Jetfire Survey Tally — 0.3%

Jetfire Survey Tally Web Part This Web Part displays the results of completed quiz and surveys. Access The Web Part is accessed from the Jetfire Forms Web Part Library . Web Part Example This [...]

Web Part: Jetfire Workspace Navigation — 0.3%

Jetfire Workspace Navigation Web Part Jetfire Workspace Navigation Part The Workspace [...]

Web Part: Jetfire Workflow Editor — 0.3%

Workflow Editor Web Part The Workflow Edit Web Part is a generic property editor, complete with commands and state display. Access This Web Part is accessed in the Jetfire Web Parts Library . Web Part Features Features of the Web Part include: Works [...]

ScrewTurn Wiki version 3.0.4.560. Some of the icons created by FamFamFam.